home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmigaPlus
/
Tools
/
Development
/
envCPP31
/
c++
/
samples
/
empty-shell
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2002-01-01
|
240 b
|
13 lines
# makefile for GNU make (automatically generated by makemake)
# NOTE: Command lines in GNU makefiles must start with a TAB !
EXE = unbenannt
all : $(EXE)
main.o : main.c
sc:c/sc nolink main.c
$(EXE) : main.o
sc:c/sc link main.o